Перевод: с русского на все языки

со всех языков на русский

fetch an instruction (from a program)

  • 1 команда

    brigade, command вчт., crew мор., operation, ( судна) hand, instruction, manning, order, command word, control word, instruction word
    * * *
    кома́нда ж.
    1. (преим., но не обязательно) вчт.
    видоизменя́ть кома́нду — modify an instruction
    выбира́ть кома́нду ( из программы) — fetch an instruction (from a program)
    выбира́ть кома́нду (из па́мяти) на, напр. реги́стр кома́нд — fetch an instruction (from memory and place it) in, e. g., the instruction register
    кома́нды выбира́ются (для исполне́ния) в той после́довательности, в кото́рой они́ нахо́дятся в ЗУ — instructions are executed in the sequence they are stored in memory cells
    кома́нда выполня́ется за оди́н маши́нный цикл [такт] — the instruction is executable in one machine phase
    выполня́ть кома́нду — execute an instruction
    задава́ть кома́нду с по́мощью … — specify an instruction by …
    кома́нды мо́гут объединя́ться в многооперацио́нные — instructions are combinable to form a multiple instruction
    кома́нда на (напр. включение, выравнивание и т. п.) — command to (e. g., start, flare, etc.)
    опознава́ть кома́нду — recognize an instruction
    переходи́ть к выполне́нию очередно́й кома́нды — proceed to [take] the next instruction in sequence
    по кома́нде — in response to a command, under a command, by a command, a command causes (something to do or to be done)
    проце́сс счи́тывания начина́ется по кома́нде с ЭВМ — the process of reading is initiated by an instruction from the computer
    пропусти́ть кома́нду — skip an instruction
    трактова́ть кома́нду — treat [interpret] an instruction as …
    кома́нда тре́бует … мкс для своего́ выполне́ния — the instruction is executable in … ms
    2. ( группа людей) crew, gang, party
    авари́йная кома́нда — crash crew, break-down gang; мор. damage control party
    авари́йная, аэродро́мная кома́нда — crash crew
    беза́дресная кома́нда — zero-address instruction
    кома́нда безусло́вного перехо́да — unconditional transfer [jump] instruction
    кома́нда блокиро́вки — ignore [disable] instruction
    кома́нда ветвле́ния — branch instruction
    кома́нда возвра́та — return instruction
    кома́нда вы́хода — exit instruction
    горноспаса́тельная кома́нда — mine rescue crew, mine rescue party
    кома́нда избира́ния — select command
    кома́нда исполне́ния — operate command
    кома́нда контро́льного перехо́да — break-point instruction
    ло́жная кома́нда — false [spurious] command
    маши́нная кома́нда — computer [machine] instruction
    многоа́дресная кома́нда — multiaddress [multiple-address] instruction
    кома́нда назе́много техни́ческого обслу́живания — ground crew
    неве́рная кома́нда — illegal instruction
    неразрешё́нная кома́нда — illegal instruction
    кома́нда обме́на (информа́цией) — exchange instruction
    кома́нда обраще́ния к носи́телю на бараба́не — drum (reference) instruction
    кома́нда обраще́ния к носи́телю на ле́нте — tape (reference) instruction
    кома́нда обраще́ния к па́мяти — memory reference instruction
    кома́нда обраще́ния к реги́стру — register reference instruction
    кома́нда обслу́живания, аэродро́мная — airfield servicing crew
    одноа́дресная кома́нда — single-address instruction
    кома́нда переда́чи управле́ния — (control) transfer [transfer-of-control] instruction
    кома́нда переполне́ния — overflow instruction
    кома́нда перехо́да — transfer [jump] instruction
    кома́нда перехо́да при невыполне́нии усло́вия — “jump if NOT” [“jump on NOT”] instruction
    кома́нда перехо́да при переполне́нии — “jump on overflow” instruction
    кома́нда про́пуска (напр. одной или нескольких команд) — skip instruction
    ремо́нтная кома́нда — repair gang
    кома́нда сдви́га — shift instruction
    кома́нда сортиро́вки — sort instruction
    кома́нда сравне́ния — compare instruction
    станда́ртная кома́нда — standard instruction
    теку́щая кома́нда — current instruction
    кома́нда телеуправле́ния — telecontrol command
    кома́нда управле́ния — control instruction
    кома́нда управле́ния опера́цией вво́да-вы́вода — input-output [I/ O] instruction
    кома́нда усло́вного перехо́да — conditional transfer [branch] instruction
    холоста́я кома́нда — dummy instruction
    цикли́ческая кома́нда — loop instruction
    * * *

    Русско-английский политехнический словарь > команда

  • 2 выбирать команду

    1) Information technology: take an instruction

    Универсальный русско-английский словарь > выбирать команду

  • 3 выбирать команду из программы

    Универсальный русско-английский словарь > выбирать команду из программы

См. также в других словарях:

  • Instruction cycle — An instruction cycle (sometimes called fetch and execute cycle, fetch decode execute cycle, or FDX) is the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what …   Wikipedia

  • Instruction set simulator — An instruction set simulator (ISS) is a simulation model, usually coded in a high level programming language, which mimics the behavior of a mainframe or microprocessor by reading instructions and maintaining internal variables which represent… …   Wikipedia

  • Instruction pipeline — Pipelining redirects here. For HTTP pipelining, see HTTP pipelining. Basic five stage pipeline in a RISC machine (IF = Instruction Fetch, ID = Instruction Decode, EX = Execute, MEM = Memory access, WB = Register write back). In the fourth clock… …   Wikipedia

  • Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… …   Wikipedia

  • Instruction prefetch — In computer architecture, instruction prefetch is a technique used in microprocessors to speed up the execution of a program by reducing wait states.Modern microprocessors are much faster than the memory where the program is kept, meaning that… …   Wikipedia

  • Random access stored program machine — In theoretical computer science the Random Access Stored Program (RASP) machine model is an abstract machine used for the purposes of algorithm development and algorithm complexity theory.The RASP is a Random Access Machine (RAM) model that,… …   Wikipedia

  • computer — computerlike, adj. /keuhm pyooh teuhr/, n. 1. Also called processor. an electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations. Cf. analog… …   Universalium

  • Little man computer — The Little Man Computer (LMC) was created by Dr. Stuart Madnick as an instructional model. The LMC models a simple von Neumann architecture computer, so it has all of the basic features of a modern computer. The LMC can be programmed in machine… …   Wikipedia

  • ILLIAC IV — BackgroundBy the early 1960s computer designs were approaching the point of diminishing returns. At the time, computer design focussed on adding as many instructions as possible to the machines CPU, a concept known as orthogonality , which made… …   Wikipedia

  • List of gairaigo and wasei-eigo terms — This is a selected list of gairaigo, Japanese words originating or based on foreign language (generally Western) terms, including wasei eigo (Japanese pseudo Anglicisms). Many derive from Portuguese, due to Portugal s early role in Japanese… …   Wikipedia

  • CPU cache — Cache memory redirects here. For the general use, see cache. A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. The cache is a smaller, faster memory which stores copies of the… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»